tools/libxc: Migration v2 framework
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 15 Mar 2014 18:50:31 +0000 (18:50 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 5 May 2015 13:30:44 +0000 (14:30 +0100)
commit7c299325769e2aef97cae2cc32f36d87b09975b2
tree9e3b3185ff8ff5a64f85fd4f3bd3e571473c65b9
parentcc3fefc4f1c7ea285f735a9106173fb238728a22
tools/libxc: Migration v2 framework

For testing purposes, the environmental variable "XG_MIGRATION_V2" allows the
two save/restore codepaths to coexist, and have a runtime switch.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxc/Makefile
tools/libxc/include/xenguest.h
tools/libxc/xc_domain_restore.c
tools/libxc/xc_domain_save.c
tools/libxc/xc_sr_common.h [new file with mode: 0644]
tools/libxc/xc_sr_restore.c [new file with mode: 0644]
tools/libxc/xc_sr_save.c [new file with mode: 0644]